{% extends "admin/delete_confirmation.html" %} {% load i18n %} {% load l10n %} {% load admin_urls %} {% load breadcrumbs %} {% block breadcrumb-list %} {% add_crumb 'Home' '/' %} {% url 'admin:index' as admin_index %} {% add_crumb 'Administration' admin_index %} {% url 'admin:app_list' app_label=opts.app_label as app_list %} {% add_crumb app_label|capfirst|escape app_list %} {% add_crumb opts.verbose_name_plural|capfirst opts|admin_urlname:'changelist' %} {% add_crumb 'Delete selected' %} {% endblock %} {% block message %} {% if perms_lacking or protected %} {% if perms_lacking %}
{% blocktrans %}Deleting the selected {{ objects_name }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktrans %}
{% blocktrans %}Deleting the selected {{ objects_name }} would require deleting the following protected related objects:{% endblocktrans %}
Please, keep in mind this operation is irreversible...
{% endif %} {% endblock %} {% block formcontent %} {% if not perms_lacking and not protected %}